github.com/andybalholm/brotli/flate.hcode.len (field)
11 uses
github.com/andybalholm/brotli/flate (current package)
huffman_bit_writer.go#L164: cgnl[i] = uint8(litEnc.codes[i].len)
huffman_bit_writer.go#L169: cgnl[i] = uint8(offEnc.codes[i].len)
huffman_bit_writer.go#L281: w.nbits += uint(c.len)
huffman_bit_writer.go#L313: value := uint(w.codegenEncoding.codes[codegenOrder[i]].len)
huffman_code.go#L15: code, len uint16
huffman_code.go#L53: h.len = length
huffman_code.go#L89: codes[ch] = hcode{code: reverseBits(bits, byte(size)), len: size}
huffman_code.go#L98: codes[ch] = hcode{code: reverseBits(uint16(ch), 5), len: 5}
huffman_code.go#L110: total += int(f) * int(h.codes[i].len)
huffman_code.go#L260: h.codes[node.literal] = hcode{code: reverseBits(code, uint8(n)), len: uint16(n)}
huffman_code.go#L288: h.codes[i].len = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |